﻿2026-08-01T15:16:57.0483319Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-08-01T15:16:57.0489671Z ##[group]Run actions/checkout@v4
2026-08-01T15:16:57.0490156Z with:
2026-08-01T15:16:57.0490731Z   fetch-depth: 0
2026-08-01T15:16:57.0491151Z   repository: Gamexgit/FinanceManager
2026-08-01T15:16:57.0493213Z   token: ***
2026-08-01T15:16:57.0493566Z   ssh-strict: true
2026-08-01T15:16:57.0493862Z   ssh-user: git
2026-08-01T15:16:57.0494156Z   persist-credentials: true
2026-08-01T15:16:57.0494501Z   clean: true
2026-08-01T15:16:57.0494800Z   sparse-checkout-cone-mode: true
2026-08-01T15:16:57.0495148Z   fetch-tags: false
2026-08-01T15:16:57.0495459Z   show-progress: true
2026-08-01T15:16:57.0495762Z   lfs: false
2026-08-01T15:16:57.0496055Z   submodules: false
2026-08-01T15:16:57.0496476Z   set-safe-directory: true
2026-08-01T15:16:57.0496798Z   allow-unsafe-pr-checkout: false
2026-08-01T15:16:57.0497306Z env:
2026-08-01T15:16:57.0497568Z   PYTHONPATH: src
2026-08-01T15:16:57.0497902Z   JARVIS_FINANCE_ENV: test
2026-08-01T15:16:57.0498331Z   JARVIS_FINANCE_DB_PATH: /tmp/financemanager-phase3-backend/finance.sqlite3
2026-08-01T15:16:57.0498837Z   JARVIS_FINANCE_RUNTIME_DIR: /tmp/financemanager-phase3-backend/runtime
2026-08-01T15:16:57.0499269Z   JARVIS_FINANCE_WRITE_MODE: disabled
2026-08-01T15:16:57.0499588Z ##[endgroup]
2026-08-01T15:16:57.1545029Z Syncing repository: Gamexgit/FinanceManager
2026-08-01T15:16:57.1547089Z ##[group]Getting Git version info
2026-08-01T15:16:57.1547824Z Working directory is '/home/runner/work/FinanceManager/FinanceManager'
2026-08-01T15:16:57.1550302Z [command]/usr/bin/git version
2026-08-01T15:16:57.1551065Z git version 2.54.0
2026-08-01T15:16:57.1632078Z ##[endgroup]
2026-08-01T15:16:57.1654371Z Temporarily overriding HOME='/home/runner/work/_temp/d4fa4486-cb04-4d20-8055-aef7c4c1cda1' before making global git config changes
2026-08-01T15:16:57.1656648Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T15:16:57.1658278Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/FinanceManager/FinanceManager
2026-08-01T15:16:57.2738553Z Deleting the contents of '/home/runner/work/FinanceManager/FinanceManager'
2026-08-01T15:16:57.2745811Z ##[group]Initializing the repository
2026-08-01T15:16:57.2755253Z [command]/usr/bin/git init /home/runner/work/FinanceManager/FinanceManager
2026-08-01T15:16:57.3647353Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-01T15:16:57.3649691Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-01T15:16:57.3651154Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-01T15:16:57.3651942Z hint: call:
2026-08-01T15:16:57.3652605Z hint:
2026-08-01T15:16:57.3653293Z hint: 	git config --global init.defaultBranch <name>
2026-08-01T15:16:57.3653901Z hint:
2026-08-01T15:16:57.3654531Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-01T15:16:57.3655381Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-01T15:16:57.3656263Z hint:
2026-08-01T15:16:57.3656823Z hint: 	git branch -m <name>
2026-08-01T15:16:57.3657365Z hint:
2026-08-01T15:16:57.3658082Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-01T15:16:57.3659134Z Initialized empty Git repository in /home/runner/work/FinanceManager/FinanceManager/.git/
2026-08-01T15:16:57.3664148Z [command]/usr/bin/git remote add origin https://github.com/Gamexgit/FinanceManager
2026-08-01T15:16:57.3679379Z ##[endgroup]
2026-08-01T15:16:57.3680293Z ##[group]Disabling automatic garbage collection
2026-08-01T15:16:57.3682929Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T15:16:57.3708787Z ##[endgroup]
2026-08-01T15:16:57.3710187Z ##[group]Setting up auth
2026-08-01T15:16:57.3743534Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T15:16:57.3769870Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T15:16:57.4039679Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T15:16:57.4062411Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T15:16:57.4240314Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T15:16:57.4273790Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T15:16:57.4447517Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T15:16:57.4474809Z ##[endgroup]
2026-08-01T15:16:57.4475751Z ##[group]Fetching the repository
2026-08-01T15:16:57.4483303Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +af0a9360ea424857788d2bd7c9e0d8d2f3369158:refs/remotes/pull/30/merge
2026-08-01T15:16:58.7489199Z From https://github.com/Gamexgit/FinanceManager
2026-08-01T15:16:58.7490877Z  * [new branch]      Sprint14/twr-xirr-performance-attribution -> origin/Sprint14/twr-xirr-performance-attribution
2026-08-01T15:16:58.7492519Z  * [new branch]      Sprint15/household-import-transfer-reconciliation-v1 -> origin/Sprint15/household-import-transfer-reconciliation-v1
2026-08-01T15:16:58.7493996Z  * [new branch]      Sprint16/hotfix-openpyxl-runtime-dependency -> origin/Sprint16/hotfix-openpyxl-runtime-dependency
2026-08-01T15:16:58.7495448Z  * [new branch]      Sprint16/smart-household-inbox-real-data-onboarding-v2 -> origin/Sprint16/smart-household-inbox-real-data-onboarding-v2
2026-08-01T15:16:58.7497219Z  * [new branch]      feat/budget-analytics-data-explorer-v1   -> origin/feat/budget-analytics-data-explorer-v1
2026-08-01T15:16:58.7498628Z  * [new branch]      feat/budget-categories-duplicates-cleanup -> origin/feat/budget-categories-duplicates-cleanup
2026-08-01T15:16:58.7499813Z  * [new branch]      feat/budget-categories-ux-fix            -> origin/feat/budget-categories-ux-fix
2026-08-01T15:16:58.7501222Z  * [new branch]      feat/budget-import-production-v2         -> origin/feat/budget-import-production-v2
2026-08-01T15:16:58.7502780Z  * [new branch]      feat/budget-monthly-import-rule-learning-v1 -> origin/feat/budget-monthly-import-rule-learning-v1
2026-08-01T15:16:58.7503949Z  * [new branch]      feat/budget-phase-1-4                    -> origin/feat/budget-phase-1-4
2026-08-01T15:16:58.7504932Z  * [new branch]      feat/budget-planning-forecast-v1         -> origin/feat/budget-planning-forecast-v1
2026-08-01T15:16:58.7506052Z  * [new branch]      feat/budget-planning-usability-v2        -> origin/feat/budget-planning-usability-v2
2026-08-01T15:16:58.7507224Z  * [new branch]      feat/budget-review-bulk-assign-confirm   -> origin/feat/budget-review-bulk-assign-confirm
2026-08-01T15:16:58.7508285Z  * [new branch]      feat/budget-workflow-help-ux             -> origin/feat/budget-workflow-help-ux
2026-08-01T15:16:58.7509512Z  * [new branch]      feat/finance-command-center-monthly-close-v1 -> origin/feat/finance-command-center-monthly-close-v1
2026-08-01T15:16:58.7511077Z  * [new branch]      feat/fixed-costs-subscriptions-v1        -> origin/feat/fixed-costs-subscriptions-v1
2026-08-01T15:16:58.7512293Z  * [new branch]      feat/grocery-matching-review-learning-v2 -> origin/feat/grocery-matching-review-learning-v2
2026-08-01T15:16:58.7513550Z  * [new branch]      feat/grocery-product-price-providers-v1  -> origin/feat/grocery-product-price-providers-v1
2026-08-01T15:16:58.7515094Z  * [new branch]      feat/migros-product-savings-grocery-optimizer-v1 -> origin/feat/migros-product-savings-grocery-optimizer-v1
2026-08-01T15:16:58.7516391Z  * [new branch]      feat/mobile-nav-income-csv-final         -> origin/feat/mobile-nav-income-csv-final
2026-08-01T15:16:58.7517535Z  * [new branch]      feat/mobile-nav-income-hotfix-v2         -> origin/feat/mobile-nav-income-hotfix-v2
2026-08-01T15:16:58.7518650Z  * [new branch]      feat/mobile-nav-income-planning-v1       -> origin/feat/mobile-nav-income-planning-v1
2026-08-01T15:16:58.7519748Z  * [new branch]      fix/manual-entry-uat-flows               -> origin/fix/manual-entry-uat-flows
2026-08-01T15:16:58.7521110Z  * [new branch]      fix/sprint16.2-insurance-family-order    -> origin/fix/sprint16.2-insurance-family-order
2026-08-01T15:16:58.7522483Z  * [new branch]      hotfix/sprint13-global-portfolio-aggregation -> origin/hotfix/sprint13-global-portfolio-aggregation
2026-08-01T15:16:58.7523747Z  * [new branch]      hotfix/sprint8-kpi-overflow              -> origin/hotfix/sprint8-kpi-overflow
2026-08-01T15:16:58.7524813Z  * [new branch]      hotfix/sprint8-readonly-render           -> origin/hotfix/sprint8-readonly-render
2026-08-01T15:16:58.7526021Z  * [new branch]      integration/portfolio-phase3-to-main     -> origin/integration/portfolio-phase3-to-main
2026-08-01T15:16:58.7527404Z  * [new branch]      main                                     -> origin/main
2026-08-01T15:16:58.7528533Z  * [new branch]      sprint10/portfolio-go-live               -> origin/sprint10/portfolio-go-live
2026-08-01T15:16:58.7529735Z  * [new branch]      sprint11/portfolio-completeness-ux       -> origin/sprint11/portfolio-completeness-ux
2026-08-01T15:16:58.7531161Z  * [new branch]      sprint12/truewealth-verified-import      -> origin/sprint12/truewealth-verified-import
2026-08-01T15:16:58.7532621Z  * [new branch]      sprint13/postfinance-ledger-import       -> origin/sprint13/postfinance-ledger-import
2026-08-01T15:16:58.7534158Z  * [new branch]      sprint16.1/classification-coverage-import-readiness -> origin/sprint16.1/classification-coverage-import-readiness
2026-08-01T15:16:58.7535808Z  * [new branch]      sprint16.2/first-import-calibration-portal-flow -> origin/sprint16.2/first-import-calibration-portal-flow
2026-08-01T15:16:58.7537379Z  * [new branch]      sprint16.3/import-readiness-batched-decisions-performance -> origin/sprint16.3/import-readiness-batched-decisions-performance
2026-08-01T15:16:58.7538776Z  * [new branch]      sprint17a/data-truth                     -> origin/sprint17a/data-truth
2026-08-01T15:16:58.7539795Z  * [new branch]      sprint17b/equity-quote-refresh           -> origin/sprint17b/equity-quote-refresh
2026-08-01T15:16:58.7541009Z  * [new branch]      sprint17b/household-cockpit              -> origin/sprint17b/household-cockpit
2026-08-01T15:16:58.7542190Z  * [new branch]      sprint17c/data-truth-navigation-today-lite -> origin/sprint17c/data-truth-navigation-today-lite
2026-08-01T15:16:58.7543498Z  * [new branch]      sprint17d/annual-budget-recurring-semantics -> origin/sprint17d/annual-budget-recurring-semantics
2026-08-01T15:16:58.7544697Z  * [new branch]      sprint2/navigation-design-shell          -> origin/sprint2/navigation-design-shell
2026-08-01T15:16:58.7545922Z  * [new branch]      sprint3.1/reconciliation-semantic-hardening -> origin/sprint3.1/reconciliation-semantic-hardening
2026-08-01T15:16:58.7547251Z  * [new branch]      sprint3/reconciliation-snapshot-foundation -> origin/sprint3/reconciliation-snapshot-foundation
2026-08-01T15:16:58.7548551Z  * [new branch]      sprint4.1/portfolio-policy-contract-hardening -> origin/sprint4.1/portfolio-policy-contract-hardening
2026-08-01T15:16:58.7550002Z  * [new branch]      sprint4/portfolio-policy-foundation      -> origin/sprint4/portfolio-policy-foundation
2026-08-01T15:16:58.7551427Z  * [new branch]      sprint5/portfolio-performance-foundation -> origin/sprint5/portfolio-performance-foundation
2026-08-01T15:16:58.7552868Z  * [new branch]      sprint6/portfolio-data-ingestion-reconciliation -> origin/sprint6/portfolio-data-ingestion-reconciliation
2026-08-01T15:16:58.7554135Z  * [new branch]      sprint7/postfinance-portfolio-source     -> origin/sprint7/postfinance-portfolio-source
2026-08-01T15:16:58.7555140Z  * [new branch]      sprint8/market-fx-benchmark-risk         -> origin/sprint8/market-fx-benchmark-risk
2026-08-01T15:16:58.7556097Z  * [new branch]      sprint9/portfolio-basis-policy           -> origin/sprint9/portfolio-basis-policy
2026-08-01T15:16:58.7556926Z  * [new tag]         v0.3.0                                   -> v0.3.0
2026-08-01T15:16:58.7557563Z  * [new tag]         v0.3.1                                   -> v0.3.1
2026-08-01T15:16:58.7558218Z  * [new tag]         v0.3.2                                   -> v0.3.2
2026-08-01T15:16:58.7558946Z  * [new ref]         af0a9360ea424857788d2bd7c9e0d8d2f3369158 -> pull/30/merge
2026-08-01T15:16:58.7612305Z ##[endgroup]
2026-08-01T15:16:58.7615752Z ##[group]Determining the checkout info
2026-08-01T15:16:58.7616323Z ##[endgroup]
2026-08-01T15:16:58.7616841Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T15:16:58.7634696Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T15:16:58.7669123Z ##[group]Checking out the ref
2026-08-01T15:16:58.7671480Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/30/merge
2026-08-01T15:16:58.8020242Z Note: switching to 'refs/remotes/pull/30/merge'.
2026-08-01T15:16:58.8022581Z 
2026-08-01T15:16:58.8023137Z You are in 'detached HEAD' state. You can look around, make experimental
2026-08-01T15:16:58.8031232Z changes and commit them, and you can discard any commits you make in this
2026-08-01T15:16:58.8035194Z state without impacting any branches by switching back to a branch.
2026-08-01T15:16:58.8035859Z 
2026-08-01T15:16:58.8036290Z If you want to create a new branch to retain commits you create, you may
2026-08-01T15:16:58.8037013Z do so (now or later) by using -c with the switch command. Example:
2026-08-01T15:16:58.8037523Z 
2026-08-01T15:16:58.8037978Z   git switch -c <new-branch-name>
2026-08-01T15:16:58.8038376Z 
2026-08-01T15:16:58.8038605Z Or undo this operation with:
2026-08-01T15:16:58.8038941Z 
2026-08-01T15:16:58.8039208Z   git switch -
2026-08-01T15:16:58.8042212Z 
2026-08-01T15:16:58.8042715Z Turn off this advice by setting config variable advice.detachedHead to false
2026-08-01T15:16:58.8043197Z 
2026-08-01T15:16:58.8043747Z HEAD is now at af0a936 Merge fc0161f09ad6d4bc00753313c10741e59c02873e into eeb1806e76783277c41dd5a8dbe7b73ccf844f12
2026-08-01T15:16:58.8045677Z ##[endgroup]
2026-08-01T15:16:58.8080787Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T15:16:58.8081508Z af0a9360ea424857788d2bd7c9e0d8d2f3369158
